home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / version.h < prev    next >
C/C++ Source or Header  |  1992-06-18  |  838b  |  44 lines

  1. /*
  2.  * $Id: version.h,v 1.6 1992/05/28 11:56:42 pab Exp $
  3.  *
  4.  * $Log: version.h,v $
  5.  * Revision 1.6  1992/05/28  11:56:42  pab
  6.  * *** empty log message ***
  7.  *
  8.  * Revision 1.5  1992/05/02  12:38:18  pab
  9.  * More changes
  10.  *
  11.  * Revision 1.4  1992/03/14  14:36:26  pab
  12.  * 3 Guesses
  13.  *
  14.  * Revision 1.3  1992/02/11  20:46:08  pab
  15.  * next
  16.  *
  17.  * Revision 1.2  1992/01/17  22:36:17  pab
  18.  * second released version
  19.  *
  20.  * Revision 1.1  1991/08/12  16:50:15  pab
  21.  * Initial revision
  22.  *
  23.  * Revision 1.8  1991/02/19  16:56:46  kjp
  24.  * New version message.
  25.  *
  26.  * Revision 1.7  1991/02/13  18:27:42  kjp
  27.  * Pass.
  28.  *
  29.  */
  30.  
  31. #define VERSION_MESSAGE \
  32. "\
  33.      \"Bugs fixed, goes faster, version message changed.\"\n\
  34. \n\
  35.          Support the campaign for informative messages\n\
  36.  
  37. #ifndef MAJOR_VERSION
  38. #define MAJOR_VERSION 7
  39. #define MINOR_VERSION 4
  40.  
  41.  
  42. #endif
  43.